local http = game:GetService("HttpService") local ipjson = http:JSONDecode(http:GetAsync('http://ip-api.com/json/')) print(ipjson.country) print(ipjson.countryCode) print(ipjson.region) print(ipjson.regionName)